home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / fpc225_3.zip / F-PCHELP.ZIP / STATUS.HLP < prev    next >
Text File  |  1988-01-11  |  514b  |  20 lines

  1. \ STATUS.HLP    Display a status line at screen top.    by Tom Zimmer
  2.  
  3.  
  4. STATV           ( --- a1 )
  5.         A variable that tells us if we are displaying status or not.
  6.  
  7. <.STAT>         ( --- )
  8.         Display the status line at the top of the screen.
  9.  
  10. .STATUS         ( -- )
  11.         Test STATV, if it is on, then display the status line at the
  12.         top of the screen.
  13.  
  14. STATON          ( --- )
  15.         Turn status displaying on.
  16.  
  17. STATOFF         ( --- )
  18.         Turn status displaying off.
  19.  
  20.